ThumbnailOfflineOptionEntry

interface ThumbnailOfflineOptionEntry : OfflineOptionEntry

Inherited properties

action
Link copied to clipboard
abstract var action: OfflineOptionEntryAction?
The OfflineOptionEntryAction of the option that will be applied in an OfflineContentManager.process call.
bitrate
Link copied to clipboard
abstract val bitrate: Int
The bitrate of the option.
codecs
Link copied to clipboard
abstract val codecs: String?
The codecs of the option.
id
Link copied to clipboard
abstract val id: String?
The ID of the option.
language
Link copied to clipboard
abstract val language: String?
The language of the option.
mimeType
Link copied to clipboard
abstract val mimeType: String?
The mime type of the option.
state
Link copied to clipboard
abstract val state: OfflineOptionEntryState
The OfflineOptionEntryState of the option.